:root {
    --bg_body: #510b0b;
    --primary_color: #ffc107;
    --primary_active: #fff;
    --bg_header_1: #500104;
    --bg_header_2: #1e0105;
    /* --bg_header_3: #310388;
    --bg_header_4: #512d80; */
    --color_btn_transfer: #1b1b41;
    --bg_btn_transfer_1: #ffe867;
    --bg_btn_transfer_2: #fe8a02;
    --bg_btn_hover_transfer_1: #fe8a02;
    --bg_btn_hover_transfer_2: #fe8a02;
    --border_game: #fec33f
}

html {
    height: 100%;
    margin: 0;
    background-color: var(--bg_body);
    overflow-x: hidden
}

body {
    height: auto;
    display: block;
    background-size: 100% 100%;
    padding-bottom: 60px;
    margin: 0;
    min-height: 100%;
    max-width: 600px;
    margin: auto
}

body.page .link_back {
    display: none
}

body.page #back_home_section {
    display: none
}

.x-header {
    padding: 6px 1.5rem;
    z-index: 2;
    transition: all .3s;
    min-height: 75px
}

.x-header #headerBrand .navbar-brand .-logo {
    width: 150px
}

.x-menu .-menu-container .-menu-link.active {
    background: 0 0;
    color: var(--primary_active)
}

.x-menu .-menu-container .-menu-link.active:hover {
    background: 0 0
}

.x-menu .-menu-container .-menu-link {
    font-weight: 400;
    color: var(--primary_color)
}

.btn-transfer {
    padding: 6px 1.4rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, var(--bg_btn_transfer_1) 10%, var(--bg_btn_transfer_2));
    color: var(--color_btn_transfer);
    font-size: 18px;
    transition: all .5s;
    font-weight: 400;
    max-height: 40px
}

.btn-transfer:hover {
    background: linear-gradient(180deg, var(--bg_btn_hover_transfer_1) 10%, var(--bg_btn_hover_transfer_2));
    color: #fff
}

.-balance-container .-user-balance {
    display: flex;
    align-items: center
}

.-balance-container .-user-balance .-inner-box-wrapper {
    position: relative;
    margin-right: 5px;
    margin-left: 15px;
    padding: 6px 30px 6px 45px;
    min-width: 120px;
    font-weight: 500;
    border-radius: 20px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    border: 2px solid #27293d;
    box-shadow: 0 0 5px rgb(0 0 0/30%);
    text-align: right
}

.-balance-container .-user-balance .-inner-box-wrapper .-ic-coin {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.-balance-container .-user-balance .-btn-balance {
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 0;
    color: var(--primary_color);
    background: 0 0;
    border: none
}

.ic_profile {
    max-width: 35px;
    margin-left: 15px;
    padding-top: 2px
}

#main__content {
    margin-top: 0
}

.x-category-index {
    padding: 2rem 0 80px
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-casino .-menu-btn.-parent .-menu-text-main,
.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-sport .-menu-btn.-parent .-menu-text-main,
.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-skill-game .-menu-btn.-parent .-menu-text-main,
.-menu-text-main {
    color: var(--primary_color)
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-casino .-menu-btn.-parent .-img-category {
    background: 50%/cover url('../images/all_game.png') no-repeat
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-sport .-menu-btn.-parent .-img-category {
    background: 50%/cover url('../images/sport_game.png') no-repeat
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-skill-game .-menu-btn.-parent .-img-category {
    background: 50%/cover url('../images/casino_game.png') no-repeat
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-slot-game .-menu-btn.-parent .-img-category {
    background: 50%/cover url('../images/slot_game.png') no-repeat
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-poker-game .-menu-btn.-parent .-img-category {
    background: 50%/cover url('../images/poker_game.png') no-repeat
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-lottery-game .-menu-btn.-parent .-img-category {
    background: 50%/cover url('../images/lotto_game.png') no-repeat
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent .-menu-btn.-parent {
    box-shadow: none
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent .-menu-btn.-parent .-img-category {
    width: 50px;
    height: 50px
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent .-menu-btn {
    align-items: center;
    padding: 8px 11px;
    background: rgba(0, 0, 0, .5);
    border-radius: 16px;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    border: none;
    width: 100%
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-sport .-menu-btn.-parent.active,
.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-sport .-menu-btn.-parent:hover,
.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-casino .-menu-btn.-parent.active,
.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-casino .-menu-btn.-parent:hover {
    background: rgba(0, 0, 0, .5);
    color: var(--primary_color)
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-skill-game .-menu-btn.-parent.active,
.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-skill-game .-menu-btn.-parent:hover {
    background: rgba(0, 0, 0, .5);
    color: var(--primary_color)
}

.-menu-parent .-list-parent {
    transition: all .5s
}

.-menu-parent .-list-parent:hover {
    transform: translateY(-10px) scale(1.025);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)!important
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item {
    width: 16.666667%;
    padding: 8px 5px
}

.img-game {
    border: 1px solid var(--border_game)
}

.btn_view_sidebar {
    padding: 6px;
    color: #1e1e2f!important;
    font-size: 16px;
    display: inline-block;
    background: var(--primary_color);
    border-radius: 50%;
    z-index: 10;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    top: 3px
}

.btn_view_sidebar i {
    position: relative;
    top: -3px
}

.card-profile {
    background: #101027;
    padding: 5px 10px;
    color: #f5f5f5
}

.x-menu-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link .-text {
    color: var(--primary_color);
    font-size: 12px
}

.border_top_menu {
    border-top: 1px solid var(--primary_color);
    padding-top: 15px
}

.menu_side_bar_info {
    padding: 0 15px
}

.transaction_info h4 {
    font-weight: 500;
    text-align: center;
    display: block;
    width: 100%
}

.transaction_info #pills-tab {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px
}

.transaction_info #pills-tab li {
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px
}

.transaction_info #pills-tab img {
    max-width: 40px;
    border-radius: 50%
}

.transaction_info .nav-pills .nav-link {
    border: 2px solid transparent;
    padding: 0
}

.transaction_info .nav-pills .nav-link.active,
.transaction_info .nav-pills .show>.nav-link {
    background-color: transparent;
    border-radius: 50%;
    padding: 0
}

.tab-content {
    width: 100%;
    display: block
}

.avatar-50 img {
    max-width: 60px;
    border: 2px solid gold!important;
    border-radius: 50%;
    position: relative;
    top: 10px
}

.card-bank {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #fff
}

.btn_bg {
    background: linear-gradient(160deg, #b47e11, #fec33f, #e09c14);
    border-radius: 50px;
    border: none;
    padding: 6px;
    color: black
}

.text-highlight,
.btn-chevron i {
    color: var(--primary_color)
}

.menu_profile .dropdown-toggle:after {
    display: none
}

.menu_profile .dropdown-menu {
    background-color: var(--bg_header_1)
}

.menu_profile .dropdown-item {
    color: var(--primary_color)
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
    color: #fff
}

.btn-change-password,
.btn-set-password {
    text-align: center;
    color: #000;
    margin-top: 20px
}

.btn-copy-link {
    text-align: center;
    color: #000;
    font-weight: 700
}

.btn-change-password:hover,
.btn-set-password:hover {
    text-decoration: none;
    color: #fff
}

#forgotModal {
    font-family: kanit, sans-serif
}

.modal-content {
    background: #191818;
    color: #fff
}

.modal-backdrop {
    background-color: #000
}

.modal-title {
    font-weight: 500
}

.modal-content .form-control:focus {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-color: #fec33f;
    outline: 0;
    box-shadow: 0 2px 6px 1px #fec33f
}

.x-menu .-menu-container .-menu-link:hover {
    color: #fff
}

table thead>tr>th {
    background: rgba(0, 0, 0, .4);
    font-size: 14px;
    border-color: #000!important;
    font-weight: 500
}

table tbody>tr>td {
    font-size: 13px;
    color: #fff;
    border-color: #000!important
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-dashboard .-menu-btn.-parent .-img-category {
    background: 50%/cover url('../images/ic_dashboard.png') no-repeat
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-income .-menu-btn.-parent .-img-category {
    background: 50%/cover url('../images/ic_income.png') no-repeat
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-member .-menu-btn.-parent .-img-category {
    background: 50%/cover url('../images/ic_member.png') no-repeat
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-money .-menu-btn.-parent .-img-category {
    background: 50%/cover url('../images/ic_money.png') no-repeat
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent.-category-deposit-money .-menu-btn.-parent .-img-category {
    background: 50%/cover url('../images/ic_deposit_money.png') no-repeat
}

.recommend_section input {
    border: 1px solid #fec33f;
    background: rgba(0, 0, 0, .5)!important;
    font-family: kanit, sans-serif;
    color: #fff
}

.recommend_section input:focus {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-color: #fec33f;
    outline: 0;
    box-shadow: 0 2px 6px 1px #fec33f
}

.btn-line {
    background: #00b900;
    border: 1px solid #00b900
}

.btn-facebook {
    background: #3b5998;
    border: 1px solid #3b5998;
    color: #fff
}

.text-title {
    background: #101027;
    color: #fff;
    padding: 8px
}

.card-report {
    border: 1px solid #000;
    padding: 8px
}

#income-tab {
    display: block;
    width: 100%;
    text-align: center;
    float: left
}

#income-tab li {
    display: inline-block;
    margin-right: 10px
}

#income-tab .nav-link.active,
#income-tab .show>.nav-link {
    background: linear-gradient(180deg, #ffe867 10%, #fe8a02);
    border-radius: 50px;
    color: #000;
    font-weight: 500
}

#income-tab .nav-link {
    color: #fff;
    padding: 6px 35px
}

.txt_head_income {
    padding: 8px 0;
    background-color: #101027;
    margin-bottom: 0
}

#main_content_income table td {
    font-size: 16px
}

.home_page .nav-tabs {
    border: none
}

.google {
    color: #fec33f;
    width: 100%;
    height: 40px;
    text-align: center;
    outline: none;
    border: 1px solid lightgrey;
    transition: all .5s
}

.google:hover {
    color: #000;
    background: linear-gradient(160deg, #b47e11, #fec33f, #e09c14)
}

.pagebrandgame .x-header,
.pagegame .x-header,
.pagegame #bottm-menu {
    display: none
}

.img-logo {
    width: 100%;
    margin: 6px 0;
    height: auto;
}

#header-page {
    padding: 6px 1.5rem;
    z-index: 2;
    transition: all .3s;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.router-link-active {
    padding-left: 0;
    color: var(--primary_color)
}

.w-100 {
    width: 100%
}

.txt_head_set h4 {
    color: #f5c94c;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0
}

.txt_head_set p {
    color: #fff;
    margin-bottom: 0
}

.section_deposit_total {
    margin: auto;
    position: relative;
    padding-top: 20px;
}

.section_deposit_total h5 {
    color: #f9c74c;
    font-weight: 400;
    margin-top: 10px;
    font-size: 16px
}

.section_deposit_total h2 {
    color: #fff;
    font-weight: 500;
    font-size: 17px
}

.txt_reload_credits {
    font-weight: 400;
    margin-top: 5px;
    font-size: 14px
}

.section_menu_set {
    margin: auto
}

.section_menu h5 {
    font-weight: 400;
    margin-top: 7px;
    font-size: 16px
}

.img_icon_set {
    max-width: 25px;
    margin: auto;
    display: block;
    position: relative;
    top: 15px
}

.pb-8 {
    padding-bottom: 0
}

.txt_logout {
    min-width: 100px;
    max-width: 100px;
    margin: auto;
    text-align: center;
    position: relative;
    right: -15px
}

.menu_txt {
    color: #fff
}

.menu_txt:hover {
    text-decoration: none;
    color: #fff
}

iframe {
    width: 100%;
    height: 90vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    border: 1px solid #fec33f;
    padding: 0
}

#fullscreenCloseBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99999
}

#fullscreenCloseBtn .btn-close {
    background: #fff;
    border: 1px solid #1b1b41;
    z-index: 99999;
    padding: 3px 8px;
    border-radius: 5px;
    color: #000
}

.swal-text {
    font-size: 18px
}

.preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    left: 0;
    z-index: 1060;
    background: rgba(0, 0, 0, .7)
}

.circular-spinner {
    margin-top: 30px;
    width: 60px;
    height: 60px;
    border: 7px solid #fff;
    border-top: 7px solid #fc0;
    border-radius: 50%;
    animation: rotate .5s linear infinite;
    position: absolute;
    left: 49%;
    top: 45%
}

.badges-profile {
    font-size: 17px;
    padding: 5px 10px;
    background: linear-gradient( 180deg, var(--bg_btn_transfer_1) 10%, var(--bg_btn_transfer_2));
    color: #000;
    font-weight: 500
}

.l-radio {
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
    cursor: pointer;
    transition: background .2s ease;
    margin: 12px 0;
    -webkit-tap-highlight-color: transparent
}

.l-radio:hover,
.l-radio:focus-within {
    background: rgba(159, 159, 159, .1)
}

.l-radio input {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: 0 0;
    border: 0;
    box-shadow: inset 0 0 0 1px #9f9f9f;
    box-shadow: inset 0 0 0 1.5px #9f9f9f;
    appearance: none;
    padding: 0;
    margin: 0;
    transition: box-shadow 150ms cubic-bezier(.95, .15, .5, 1.25);
    pointer-events: none
}

.l-radio input:focus {
    outline: none
}

.l-radio input:checked {
    box-shadow: inset 0 0 0 6px #fec33f
}

.l-radio span {
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    padding: 0 8px
}

.fullscreen_set {
    position: absolute!important;
    top: 0!important;
    display: block!important;
    width: 100%!important;
    height: 100%!important
}

.fullscreen_set iframe {
    height: 100%!important
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@media(max-width:2560px) {
    #bottm-menu {
        max-width: 580px!important
    }
    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        background: 0 0
    }
    .circular-spinner {
        top: 30%;
        left: 49%
    }
}

@media(max-width:990px) {
    .circular-spinner {
        top: 30%;
        left: 45%
    }
    #bottm-menu {
        max-width: 95%!important
    }
    .txt_logout {
        right: 0
    }
}

#bottm-menu {
    position: fixed;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    height: 75px;
    max-width: 95%;
    margin: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 10px
}

.nav-link {
    padding: 0;
    text-align: center;
    flex: 1;
    cursor: pointer
}

.nav-link img {
    display: block
}

.img-icon {
    height: 32px;
    width: 32px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    margin-bottom: 2px
}

.text-transfer {
    font-size: 15px;
    padding: 0!important;
    vertical-align: text-top;
    color: var(--primary_color)
}

.img-play {
    position: absolute;
    height: 65px;
    width: 65px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    top: -30px;
    left: 6px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 9;
    margin: 0 auto
}

.active_sidebar {
    background: #dc3545!important;
    transform: .2s!important;
    border-radius: 14px!important
}

#accordion-recommend {
    margin: 15px 0
}

.page_default_set {
    padding-top: 45px
}

.x-header {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    min-height: 65px
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent {
    width: auto;
    flex: 1 1 auto;
    min-width: inherit
}

#main_content_recommend .x-category-index,
#main_content_income .x-category-index {
    padding-top: 20px
}

#main_content_recommend .x-category-index .-nav-menu-container .-menu-parent .-list-parent,
#main_content_income .x-category-index .-nav-menu-container .-menu-parent .-list-parent {
    width: 19.8%
}

.x-category-index {
    padding-top: 200px
}

.home_page .x-category-index .-nav-menu-container {
    position: fixed;
    top: 65px;
    z-index: 1
}

.x-category-index .-nav-menu-container .-menu-parent {
    background: 0 0
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent .-menu-btn.-parent .-img-category {
    width: 45px;
    height: 45px
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent .-menu-btn {
    background: 0 0;
    padding: 7px
}

.x-category-index .-nav-menu-container {
    padding: 0
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item {
    width: 24.666667%
}

.x-menu-list-sidebar .-inner-wrapper .navbar-nav {
    display: block;
    width: 100%;
    float: left
}

.x-menu-list-sidebar .-inner-wrapper {
    background-color: var(--bg_body);
    padding: 1rem 0
}

.x-header {
    border-bottom: 1px solid var(--border_game);
    padding: 6px 15px
}

.x-menu-list-sidebar {
    max-width: 280px
}

.x-menu-list-sidebar .-inner-wrapper {
    border-radius: 0
}

.menu_sidebar_info {
    display: block
}

.menu_sidebar_info li {
    display: inline-block;
    width: 33%;
    float: left
}

.container {
    max-width: 100%
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent
}

.text-transfer {
    font-size: 15px;
    padding: 0!important;
    color: #ffe867
}

.-logo-img {
    display: block;
    margin: auto
}

.x-menu-list-sidebar .-inner-wrapper .-brand-heading .-logo {
    width: 180px
}

@media(max-width:660px) {
    .circular-spinner {
        top: 30%;
        left: 43%
    }
}

@media(max-width:500px) {
    .x-header #headerBrand .navbar-brand {
        margin-right: 0;
        padding-top: 0
    }
    .x-header #headerBrand .navbar-brand .-logo {
        width: 140px
    }
    #main_content_recommend .x-category-index .-nav-menu-container .-menu-parent .-list-parent .-menu-btn,
    #main_content_income .x-category-index .-nav-menu-container .-menu-parent .-list-parent .-menu-btn {
        padding: 8px;
        display: block
    }
    #main_content_income table td.p-3,
    #main_content_recommend table td.p-3 {
        padding: 1rem 0!important
    }
    #income-tab .nav-link {
        color: #fff;
        padding: 6px 25px
    }
}

.x-category-index .-nav-menu-container {
    width: 100%
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent .-menu-btn.-parent:not(.active) {
    box-shadow: none
}

.x-category-index .-nav-menu-container .-menu-parent {
    flex-direction: row;
    position: relative
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent {
    padding: 6px 0 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 8px
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent .-menu-btn.-parent .-img-category {
    margin: auto
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent .-menu-btn.-parent .-menu-text .-menu-text-main {
    font-size: .8rem;
    text-align: center;
    display: block;
    padding-top: 4px
}

.btn-gold {
    position: relative;
    top: -20px;
    border-radius: 50%;
    min-width: 85px;
    min-height: 85px;
    max-width: 85px;
    max-height: 85px;
    margin: auto;
    color: #fff!important;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.text-gold {
    color: var(--s-accent)
}

@-webkit-keyframes x-neon-gold {
    0% {
        -webkit-box-shadow: 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 13px #ffdc73, 0 0 16px #ffdc73, 0 0 28px #ffdc73, 0 0 36px #ffdc73, 0 0 44px #ffdc73;
        box-shadow: 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 13px #ffdc73, 0 0 16px #ffdc73, 0 0 28px #ffdc73, 0 0 36px #ffdc73, 0 0 44px #ffdc73
    }
    to {
        -webkit-box-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #ffdc73, 0 0 8px #ffdc73, 0 0 14px #ffdc73, 0 0 18px #ffdc73, 0 0 22px #ffdc73;
        box-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 10px #ffdc73, 0 0 8px #ffdc73, 0 0 14px #ffdc73, 0 0 18px #ffdc73, 0 0 22px #ffdc73
    }
}

#header-page a.link_back {
    position: absolute;
    top: 12px;
    z-index: 99
}

.btn_back {
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    z-index: 99;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

#navbarCategory {
    margin-top: 50px
}

.logo_SSC168_icon_set {
    max-width: 50px!important;
    top: 13px!important;
    max-height: 54px!important
}